home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr05 / ew120.zip / FILES1.ZIP / SELWORD.MAK < prev   
Text File  |  1993-05-02  |  336b  |  12 lines

  1. #----------------------
  2. # SELWORD.MAK make file
  3. #----------------------
  4.  
  5. selword.dll : selword.obj selword.def
  6.      link selword ewapi.lib libentry, selword.dll /align:16, NUL, /nod sdllcew libw, selword
  7.      rc selword.dll
  8.      ren selword.dll selword.ewd
  9.  
  10. selword.obj : selword.c
  11.      cl -c -ASw -Gsw -Ow -W2 -Zp selword.c
  12.